CyclicBuffer.removeFront

Removes the item at the start of the buffer.

  1. void removeFront()
    struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
    void
    removeFront
    ()
  2. alias popFront = removeFront

Meta